projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9205f0f
5d029d9
)
auto merge of #561 : mbrubeck/cargo/list_file_walk, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000
(
01:43
+0000)
committer
bors
<bors@rust-lang.org>
Sat, 13 Sep 2014 01:43:38 +0000
(
01:43
+0000)
Previously this was calling `.is_file()` on a relative path. This would fail if the path was not relative to the current working directory, for example when listing files in a path dependency.
Trivial merge